home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pine / ccmd / README < prev    next >
Encoding:
Text File  |  1988-08-19  |  1.3 KB  |  34 lines

  1.  
  2.  
  3.                  CCMD
  4.        An Implementation of the TOPS-20 COMND Jsys in C
  5.  
  6.  
  7. Copyright (c) 1986, 1987, 1988, The Trustees of Columbia University in
  8. the City of New York.  Andrew Lowry, Howard Kaye, Systems Integration
  9. Group, Center for Computing Activities.
  10.  
  11. Permission is granted to any individual or institution to use, copy,
  12. or redistribute this software so long as it is not sold for profit,
  13. provided that this notice and the original copyright notices are
  14. retained.  Columbia University makes no representations about the
  15. suitability of this software for any purpose.  It is provided "as is"
  16. without express or implied warranty.
  17.  
  18.  
  19. ABSTRACT
  20. --------
  21.  
  22. CCMD is a general parsing mechanism for developing User Interfaces to
  23. programs.  It is based on the functionality of TOPS-20's COMND Jsys.
  24. CCMD allows a program to parse for various field types (file names,
  25. user names, dates and times, keywords, numbers, arbitrary text,
  26. tokens, etc.).  It is meant to supply a homogeneous user interface
  27. across a variety of machines and operating systems for C programs.  It
  28. currently runs under System V UNIX, 4.2/4.3 BSD, Ultrix 1.2/2.0, and
  29. MSDOS.  The library defines various default actions (user settable),
  30. and allows field completion, help, file indirection, comments, etc on
  31. a per field basis.  Future plans include command line editing, and
  32. ports to other operating systems (such as VMS).
  33.  
  34.